
.banner a{
    width:100%;
    height: 100%;
}
.banner img{
    width:100%;
    height: 'auto';
}
.banner-footer{
    margin:-0.5rem auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}
.banner-footer>div{
    width:23%;

}
.banner-footer>div:hover a{
    box-shadow: 0 4px 8px rgba(3,27,78,.12);
}
.banner-footer>div>a{
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    border: 1px solid #E5E8ED;
    box-sizing: border-box;
    padding: 0.38rem 0.2rem;
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all .2s;
}
.banner-footer>div>a img{
    width:0.89rem;
    height: 0.89rem;
}
.banner-footer>div>a>div{
    margin-left: .2rem;
}
.banner-footer>div>a h2{
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 0.45rem;
    color: #333;
    font-weight: 500;

}
.banner-footer>div>a p{
    font-size: 13px;
    line-height: 0.32rem;
    color: #666;
    font-weight: 400;
}
.content-lump{
    position: relative;
    padding:1rem 0 1.5rem;

}
.content-lump .lump-title{
    color:#333;
    margin-top:0px !important;
}
.content-lump1{
    padding:0.9rem 0.1rem;
    margin-top:2rem;
    background-position: unset;
    background-size: cover;
    color:white;
    position: relative;
    background-repeat: no-repeat;
}

.lump-left{
    width:70%;
    padding-top:0.26rem;
    padding-bottom:1rem;
}
.lump-left h2{
    color:white;
    font-size: 0.45rem;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 400;
}
.lump-left p{
    font-size: 0.26rem;
    color: rgba(255,255,255,.6);
    line-height: 24px;
    margin-bottom: .4rem;
}
.lump-left span{
    height: 1rem;

    font-size: 0.26rem;
    color: #F5F7FA;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lump-left a{
    width:1.5rem;
    padding: 0 0.4rem;
    background-color: #00a4ff;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    margin-top:0.5rem;
    border-radius: 4px;
}
.lump-left ul{
    margin-top:.8rem;
    height: 2rem;
}
.lump-left ul li{
    display: inline-block;


}
.lump-left ul li img{
    width: 2.2rem;
    height: .8rem;
}
.content-lump1>div{
    width:80%;
    margin:0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

}
.lump-right{
    width:22%;
}
.lump-right a{
    border-top: 1px solid rgba(255,255,255,.1);
    width: 84%;
    line-height: .67rem;
    color:white;
    font-size: .3rem;
    cursor: pointer;
    padding: 0.1rem .3rem;
}
.lump-right ul li{
    width: 84%;
    line-height: .67rem;
    color:white;
    border-radius: 2px;
    margin-top:0.2rem;
    padding: 0 .3rem;
    font-size: .3rem;
    cursor: pointer;
    font-weight: 400;
}
.lump-right ul li:first-child{

}
.lump-right .active{
    color: #00A4FF;
    background-color: rgba(255,255,255,.1);
}
.lump-footer{

    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100% !important;
    height: 100px;
    z-index: 10;
}
.lump-footer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0,70% 30%,0 100%);
    clip-path: polygon(0 0,70% 30%,0 100%);
    background-color: #F5F7FA;
}
.lump-footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 40%,100% 80%,35% 16%);
    clip-path: polygon(100% 40%,100% 80%,35% 16%);
    background-color: #DCDFE8;
}
.content-lump2{
    position: relative;
    background: #fff;
    padding:0.6rem 0.2rem;
}
.content-lump2 .lump-title{
    color:#000;
}
.lump2-tab{
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: #e5e5e5 1px solid;
}
.lump2-tab span{
    width:50%;
    font-size: 0.35rem;
    line-height: 0.35rem;
    color: #333;
    display: inline-block;
    text-align: center;
    padding-bottom:.3rem;
    cursor: pointer;
}
.lump2-tab span:hover{
    color: #00a4ff;
}
.lump2-content{
    padding-top:.2rem;
}
.lump2-content ul{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.lump2-content ul li{
    width:20%;
    text-align: center;
    transition: all .2s linear;
}
.lump2-content ul li:hover{
    transform: translate3d(0,-10px,0);
}
.lump2-content ul li img{
    width:100%;
}
.lump2-content ul li:nth-child(5n){
    margin-right: 0px;
}
.content-lump3{
    padding: 1rem 0.1rem;
    background: #182030;
    position: relative;
}
.lump3-top{
    position: absolute;
    left: 50%;
    top: 0%;
    z-index: 2;
    margin-left: -160px;
    height: 18px;
    width: 320px;
    background-color: white;
}
.lump3-top:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px;
    border-color: #fff transparent transparent #fff;
}
.lump3-top:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px;
    border-color: #fff #fff transparent transparent;
}
.lump3-title h2{
    margin-bottom:0px;
}
.lump3-title p{
    color:white;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    text-align: center;
}
.lump3-footer{
    width:80%;
    margin:0px auto;
    padding-bottom:1rem;
}
.lump3-footer-img{
    width:100%;
    margin-top:1rem;
}
.lump3-footer-img img{
    width:100%;
    cursor: pointer;
}
.lump3-footer-content ul{
    width:50%;
    display: inline-block;
    margin-top:.6rem;
    cursor: pointer;
}
.lump3-footer-content{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}
.lump3-footer-content>div{
    margin-top:.6rem;
    margin-left: 2rem;
}
.lump3-footer-content>div p{
    color:white;
    font-size:.4rem;
}
.lump3-footer-content ul li{
    display: inline-block;
    width:25%;
    padding-left: 7%;
    background: url("../image/area-left-li-bg.png")no-repeat left;
    background-size: contain;
    color:white;
    line-height: 1rem;
    font-size:.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s linear;
}
.lump3-footer-content ul li span{
    margin-left: -.2rem;
    font-size:.35rem;
}
.lump3-bottom{
    background: white;
    border-radius: 5px;
    padding: .5rem .5rem;
    border: 1px solid #E5E8ED;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top:-.9rem;
    z-index:10;
    position: relative;
    justify-content: space-between;
}
.lump3-bottom.width{
    max-width: 1150px;

}
.lump3-bottom>div{
    width:50%;
    position: relative;
    padding-right: 1rem;
    transition: all .2s linear;
    cursor: pointer;
    transform: translate3d(0,-3px,0);
}
.lump3-bottom>div:hover h2{
    color:#00a4ff;
    transition: all .2s linear;
    transform: translate3d(0,-3px,0);
}
.lump3-bottom>div:last-child{
    padding-left: .2rem;
    padding-right: .1rem;
}
.lump3-bottom>div h2{
    font-size: 16px;
    line-height: .3rem;
    color: #000;
    font-weight: 400;
}
.lump3-bottom>div p{
    margin-top: .25rem;
    font-size: 14px;
    line-height: .35rem;
    color: #999;
}
/*.lump3-bottom>div:first-child :before{*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    right: 4%;*/
/*    top:50%;*/
/*    transform: translateY(-50%);*/
/*    width:1px;*/
/*    height: 1.5rem;*/
/*    background-color: #e5e5e5;*/
/*}*/
.content-lump4{
    margin:1.2rem auto;
    overflow: hidden;
}
.content-lump4 .lump-title{
    color:#000;
    margin-bottom:0px;
}
.lump4-title div{
    position: relative;
    margin-top:.4rem;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.lump4-title div:after{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    background-image: linear-gradient(to right,#fff,#e4e4e4,#fff,#e4e4e4,#fff);
    top: 50%;
    left: 0;
}
.lump4-title div>span{
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 0 .5rem;
    font-size: .24rem;
    color: #999;
}
.lump4-content{
    position: relative;
    margin-top:1rem
}
.lump4-content ul li{
    display: inline-block;
    text-align: center;
    margin-right: .4rem;
    margin-bottom:.2rem;
    padding:5px 0px;
    transition: transform .2s linear;
}
.lump4-content ul li:hover{
    transition: all .2s linear;
    transform: translate3d(0,-3px,0);
}
.lump4-content ul li:hover img{
    transform:scale(.9);
    transition: all .2s linear;
    opacity: .8;
}
.lump4-content ul li:hover span{
    color:#00a4ff;
    transition: all .2s linear;
}
.lump4-content ul li:last-child{
    margin-right: 0rem;
}
.lump4-content ul li img{
    width:1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}
.lump4-content ul li span{
    width:100%;
    margin-top:.2rem;
    display: inline-block;
    font-size: .28rem;
    line-height: .3rem;
    color:#666;
}
.content-lump5-bg{
    width:100%;
    background: url("../image/bg2.jpg")no-repeat center;
    background-size:  cover;
}
.lump5-content{
    text-align: center;
}
.lump5-content .lump-title{
    padding-bottom:0.3rem;
    padding-top:1rem;
    margin-bottom:0px;
}
.lump5-content p:nth-child(2){
    color:white;
    font-size:14px;
    margin-bottom:.3rem;
}
.lump5-content p:last-child{
    color:white;
    padding-bottom:.5rem;
}
.lump5-content p:last-child img{
    margin: 0px .2rem;

}
.lump5-content>a{
    color:white;
    width:2rem;
    line-height: .6rem;
    font-size:.25rem;
    margin-bottom:.5rem;
    margin-top:.4rem;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,.6);
    transition: all .2s linear;
}
.lump5-content>a:hover{
    transition: all .2s linear;
    background: #fff;
    color:#00a4ff;
}
.index-serve{
    margin-top:1rem;
}
.index-serve>.lump2-content ul{
    justify-content: space-between;
}
.index-serve>.lump2-content ul li{
    width:12%;
    position: relative;
    margin-top:1.2rem;
    display: inline-block;
    transition: all .2s linear;
}
.index-serve>.lump2-content ul li:hover{
    transform:translate3d(0,-3px,0);
}
.index-serve>.lump2-content ul li:hover div> p{
    color:#00a4ff;
}
.index-serve>.lump2-content ul li a{
    width:100%;
}
.index-serve>.lump2-content ul li img{
    width:1rem;
    height: auto;
    max-height: 1rem;
}
.index-serve>.lump2-content ul li a>p{
    font-size:14px;
    color: rgba(25,28,61,.5);
    margin-top:.2rem;
}
.index-serve>.lump2-content ul li div{
    color: rgba(25,28,61,.5);
    text-align: center;
    line-height: .3rem;
    margin-top:.2rem;
    position: absolute;
    transform: translate(0%,.2rem);
    background: white;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index:11;
}
.index-serve>.lump2-content ul li div>p{
    padding:.1rem;
}
.index-serve .lump-title{
    margin-bottom:0rem;
    margin-top:1rem;
}
.index-serve>.lump2-content ul li:hover div{
    opacity: 1;
    transform:translate(0%,0rem);
    transition:all .2s ease-in-out;
}
.superiorityBG{
    width:100%;
    background: #f8f9fa;
}
.superiority{

}
.superiority-content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.superiority-content>a{
    width:32%;
}
.superiority-content a{

    display: block;
    border:1px solid #ccc;
    position: relative;
    margin-bottom:.3rem;
    transition: all .2s linear;
}
.superiority-content a:hover{
    transform: translate3d(0,-3px,0);
    box-shadow: 0 4px 8px rgba(3,27,78,.12);
    border:1px solid #00a4ff;
}
.superiority-content a:hover div h2{
    color:#00a4ff;
}
.superiority-content a div{
    padding:.3rem;
}
.superiority-content a div h2{
    color:#333;
    font-size:16px;
    font-weight: 400;
}
.superiority-content a div p{
    color:#999;
    font-size:13px;
    font-weight: 400;
    line-height: .35rem;
    margin-top:.1rem;
    padding-right:1rem;
}
.superiority-content a img{
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 1.2rem;
}
.data-show{
    width:100%;
    background: #2468f2;
    padding-bottom:1rem;
    background-size: cover;
}
.data-show ul{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.data-show ul li{
    transition: transform .2s linear
}
.data-show ul li:hover{
    cursor: pointer;
    transform: translate3d(0,-5px,0);

}
.data-show ul li p{
    color:white;
    width:100%;
    font-size:.7rem;
    line-height: .7rem;
    position: relative;
    padding-bottom:.2rem;
    margin-bottom:.2rem;
}
.data-show ul li p:before{
    content: '';
    position: absolute;
    bottom:0px;
    left: 0px;
    width:.57rem;
    height: 3px;
    background: white;

}
.data-show ul li span{
    color:white;
    display: inline-block;
    margin-top:.1rem;
    font-size:.25rem;
}
.knowledgeBG{
    width:100%;
    background: hsla(0,0%,85%,.2);
}
.knowledge-nav{
    background: white;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding:.5rem 0;
}
.knowledge-nav>div{
    width:30%;
    padding:0rem 0.6rem;
    border-right: 1px solid #e5e5e5;
}
.knowledge-nav>div:last-child{
    border-right: none;
}
.knowledge-nav>div .knowledge-title{}
.knowledge-title img{
    width:.55rem;
    height: .55rem;
    margin-right: .15rem;
}
.knowledge-title span{
    font-weight: 500;
    color:#373d41;
    font-size:17px;
    line-height: .55rem;
    vertical-align: middle;
}
.knowledge-nav-nav ul{
    margin-top:.5rem;

}
.knowledge-nav-nav ul li{
    margin:.15rem 0;
}
.knowledge-title{
    transition: all .2s linear;
}
.knowledge-nav>div:hover .knowledge-title{

    transform: translate3d(0,-5px,0);
}
.knowledge-nav>div:hover .knowledge-title span{
    color:#00a4ff;
}
.knowledge-nav-nav ul li:hover span{
    color:#00a4ff;
    transition: all .2s linear;
}
.knowledge-nav-nav ul li:hover a:before{
    background:#00a4ff;
    transition: all .2s linear;
}
.knowledge-nav-nav ul li a{
    font-size:14px;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: .2rem;
}
.knowledge-nav-nav ul li a:before{
    content: '';
    position: absolute;
    left: 0px;
    top:7px;
    width:4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}
.link{
    padding-bottom:.3rem;
}
.link>div{
    display: inline-block;
    width: 100%;
    border-bottom:1px solid #434548
}
.link>div>p{
    font-size: .24rem;
    line-height: 30px;
    display: inline-block;
    padding: 0px 10px;
    color: #7b7f81;
    background: #202224;
    margin-right: 10px;
}
.link>div>p.active{
    background: #474b50;
    color: white;
}
.link>div>p:hover{
    cursor:hand
}

.link ul {
    margin:10px 0;
    display: none;
    overflow: hidden;
    color:#636060;
}
.link ul:first-child {
    display: block;
}
.link ul li{
    display: inline-block;
}
.link ul li a{
    color:#c6c6c6;
    font-size: 12px;
    padding:0px 5px 0 0;
    position: relative;
    line-height: 30px;
}

.lumpCarouselMain{
    margin:0px auto;
}

.lumpCarousel .hd{
    width:100%;
    display: flex;
    justify-content: flex-end;
}

.lumpCarousel .hd a{
    display: inline-block;
}

.lumpCarousel .hd a:first-child{
    margin-right: 20px;
}
.lumpCarousel .hd a:last-child{
    margin-right: 20px;
}

.lumpCarousel .hd a img{
    width:30px;
    height: 20px;
}

.lumpCarousel .bd{
    width:100%;
}

.lumpCarousel .bd ul{
    padding:.2rem !important;
}

.lumpCarousel .bd li{
    width: 50%;
    display: inline-block;
    padding:.2rem;
    margin-right: .2rem;
    border:1px solid #eee;
}


/*.lumpCarousel .bd li:nth-child(2n){*/
/*    margin-right: 0%;*/
/*}*/

.lumpCarousel .title{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.38rem;
}

.lumpCarousel .title h4{
    color:#333;
    font-size: .3rem;
    font-weight: 600;
}

.lumpCarousel .title span{
    color:#333;
    font-size: .48rem;
    font-weight: 400;
}

.detail-tip{
    color:#333;
    font-size: .3rem;
    text-align: left;
    line-height: 25px;
    margin-top:15px;
}
.footerImg{
    width:100%;
    max-width:800px;
    margin:10px auto 20px;

}
.footerImg img{
    width:auto;
}
@media screen and (max-width: 853px) {
    .footer-title li span{
        font-size: .2rem;
    }
    .index-serve>.lump2-content ul li div{
        display: none;
    }
    .lumpCarouselMain{
        width:90%;
    }
    .lumpCarousel .bd li{
        width:43%;
    }
    .detail-tip{
        margin-top:.15rem;
        line-height: 20px;
    }
    .lumpCarousel .hd{
        margin-top:.2rem;
    }
    .lumpCarousel .title{
        flex-wrap: wrap;
    }
    .lumpCarousel .title span{
        width:100%;
        margin-top:.1rem;
        display: inline-block;
    }
    .footerImg img{
        width:100%;
    }
}
.team a{
    color: #fff !important;
    text-decoration: underline;
}